home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2005 October
/
Gamestar_77_2005-10_dvd.iso
/
Programy
/
powarc920cz.exe
/
{app}
/
POWERARC.EXE
/
0
/
RCDATA
/
TVIEWFORM
/
TVIEWFORM.txt
Wrap
Text File
|
2005-03-06
|
2KB
|
102 lines
object ViewForm: TViewForm
Left = 199
Top = 222
BorderStyle = bsDialog
Caption = 'View'
ClientHeight = 120
ClientWidth = 321
Color = clBtnFace
ParentFont = True
KeyPreview = True
OldCreateOrder = True
Scaled = False
OnClose = FormClose
OnCreate = FormCreate
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object UsingGroup: TGroupBox
Left = 8
Top = 8
Width = 225
Height = 105
Caption = ' Using '
TabOrder = 0
object Browse: TSpeedButton
Left = 192
Top = 70
Width = 25
Height = 21
OnClick = BrowseClick
end
object AssocRadio: TRadioButton
Left = 8
Top = 24
Width = 209
Height = 17
Caption = '&Associated program'
TabOrder = 0
end
object InternalRadio: TRadioButton
Left = 8
Top = 48
Width = 209
Height = 17
Caption = '&Internal Text/Image viewer'
TabOrder = 1
end
object ViewerRadio: TRadioButton
Left = 8
Top = 72
Width = 60
Height = 17
Caption = '&Viewer: '
TabOrder = 2
end
object ViewerPath: TEdit
Left = 72
Top = 70
Width = 113
Height = 21
TabOrder = 3
Text = 'ViewerPath'
OnChange = ViewerPathChange
end
end
object ViewButt: TButton
Left = 240
Top = 8
Width = 75
Height = 25
Caption = 'View'
Default = True
TabOrder = 1
OnClick = ViewButtClick
end
object CancelButt: TButton
Left = 240
Top = 40
Width = 75
Height = 25
Caption = '&Cancel'
TabOrder = 2
OnClick = CancelButtClick
end
object HelpButt: TButton
Left = 240
Top = 72
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 3
OnClick = HelpButtClick
end
object OpenDialog: TOpenDialog
Filter = 'Programs|*.exe;*.com'
Title = 'Browse'
Left = 194
Top = 23
end
end